home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / CDOS10.ARJ / STDMACRO.H < prev    next >
Text File  |  1992-07-07  |  366b  |  18 lines

  1. #if !defined (STDMACRO)           /* Prevents multiple declarations errors */
  2. #define STDMACRO
  3.  
  4. /*
  5.    Description : Standard macros definitions.
  6. */
  7.  
  8.  
  9. /*----- Global Macros -----------------------------------------------------*/
  10.  
  11. #define FALSE 0
  12. #define TRUE  1
  13.  
  14.  
  15. /*----- End Global Macros -------------------------------------------------*/
  16.  
  17. #endif
  18.